home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not %1x == x goto l1
- echo █████████████████████████████████████████████████████████████████████
- echo ** **
- echo ██ ██
- echo ██ Type "MM Z" where "Z" is the drive letter of ██
- echo ██ CD-ROM player to run the Online Bible from CD-ROM. ██
- echo ██ ██
- echo ** **
- echo █████████████████████████████████████████████████████████████████████
-
- goto l2
- :l1
- set cd=%1:
- cd bible
- call mm
- %cd%
- cd %cd%\olb
- :l2
-